home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / serien / purity / nr.42 / includes3v1 / includes3v1.lha / Exec / ExecName.i < prev    next >
Text File  |  1994-12-04  |  163b  |  10 lines

  1. {
  2.     ExecName.i for PCQ Pascal
  3.  
  4.     This file just defines the name of the exec library, which is
  5.     rarely used anyway.
  6. }
  7.  
  8. const
  9.     EXECNAME    = "exec.library";
  10.